home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / reelgold.swf / scripts / DefineButton2_181 / BUTTONCONDACTION on(press).as next >
Text File  |  2014-03-11  |  85b  |  6 lines

  1. on(press){
  2.    gotoAndStop("menu");
  3.    play();
  4.    _root.inSFX.fNoise("click");
  5. }
  6.